mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Emotes:
* display empty listview if no data Setup * do not pass null instead of expected type array * added setup step for emotes to --firstrun *d'oh!* * fixed a wrong constant
This commit is contained in:
@@ -15,7 +15,7 @@ function build($syncMe = null)
|
||||
{
|
||||
require_once 'setup/tools/fileGen.class.php';
|
||||
|
||||
FileGen::init($syncMe !== null ? FileGen::MODE_UPDATE : FileGen::MODE_NORMAL, $syncMe);
|
||||
FileGen::init($syncMe !== null ? FileGen::MODE_UPDATE : FileGen::MODE_NORMAL, $syncMe ?: []);
|
||||
|
||||
$done = [];
|
||||
if (FileGen::$subScripts)
|
||||
|
||||
Reference in New Issue
Block a user