Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
bugfix for installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldus committed Apr 28, 2018
1 parent 8f5b815 commit 23d93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.'`parent_id` INT NOT NULL DEFAULT \'0\','
.'`file_name` VARCHAR(255) NOT NULL DEFAULT \'\','
.'`position` INT NOT NULL DEFAULT \'0\', '
.'`caption` TEXT NOT NULL DEFAULT \'\');';
.'`caption` TEXT NOT NULL);';
$database->query($sql);

$sql = 'CREATE TABLE `'.TABLE_PREFIX.'mod_foldergallery_jq_categories` ( '
Expand Down

0 comments on commit 23d93e3

Please sign in to comment.