mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
only use [x], [y], [z] replacement patterns
This commit is contained in:
@@ -442,7 +442,7 @@ class cron_admin_ui extends e_admin_ui
|
|||||||
$obj = new $class_name;
|
$obj = new $class_name;
|
||||||
if (method_exists($obj, $method_name))
|
if (method_exists($obj, $method_name))
|
||||||
{
|
{
|
||||||
$message = str_replace('[function]', $class_name." : ".$method_name, "Executing config function [b][function][/b]");
|
$message = str_replace('[x]', $class_name." : ".$method_name, "Executing config function [b][x][/b]");
|
||||||
$mes->add($message, E_MESSAGE_DEBUG);
|
$mes->add($message, E_MESSAGE_DEBUG);
|
||||||
if ($return == 'boolean')
|
if ($return == 'boolean')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user