1
0
Fork 0

We now are having a "scripts" folder

This commit is contained in:
Michael 2017-11-19 21:21:54 +00:00
commit cabfcfc904
6 changed files with 64 additions and 83 deletions

View file

@ -1064,18 +1064,6 @@ function get_max_import_size()
return ((x($a->config, 'max_import_size')) ? $a->config['max_import_size'] : 0 );
}
/**
* @brief compatibilty wrapper for Worker::add function
*
* @param (integer|array) priority or parameter array, strings are deprecated and are ignored
*
* @return boolean "false" if proc_run couldn't be executed
*/
function proc_run()
{
$proc_args = func_get_args();
call_user_func_array('Friendica\Core\Worker::add', $proc_args);
}
function current_theme()
{