diff options
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 4fc7b4d02..6f3a3188f 100644 --- a/install.php +++ b/install.php @@ -283,7 +283,7 @@ if ( isset( $_POST['install'] )) mysql_query( $query ); $query = 'INSERT INTO '.SITES_TABLE; - $query.= " (id,galleries_url) VALUES (1, ".PHPWG_ROOT_PATH."'galleries/');"; + $query.= " (id,galleries_url) VALUES (1, '".PHPWG_ROOT_PATH."galleries/');"; mysql_query( $query ); // webmaster admin user |