This commit is contained in:
Shish
2019-11-03 23:43:35 +00:00
parent 954158ad43
commit fc7da5114f
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class Wiki extends Extension
{
global $database, $config;
if ($this->get_version("ext_wiki_version", 0) < 1) {
if ($this->get_version("ext_wiki_version") < 1) {
$database->create_table("wiki_pages", "
id SCORE_AIPK,
owner_id INTEGER NOT NULL,