1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

#3654 - rename _blank_sql.php so table is created properly

This commit is contained in:
Tijn Kuyper
2019-02-01 13:25:25 +01:00
parent 5adfd364a5
commit d5a4881412
2 changed files with 1 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ if(!class_exists("_blank_setup"))
'blank_url' =>'http://e107.org' 'blank_url' =>'http://e107.org'
); );
if($sql->insert('blank',$e107_blank)) if($sql->insert('_blank', $e107_blank))
{ {
$mes->add("Custom - Install Message.", E_MESSAGE_SUCCESS); $mes->add("Custom - Install Message.", E_MESSAGE_SUCCESS);
} }