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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user