Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: adminlog.php 5453 2011-04-21 23:58:33Z jammerx2 $
| * $Id: adminlog.php 5602 2011-09-16 18:23:48Z ralgith $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 495 | Zeile 495 |
---|
} $plugin_array = array('logitem' => &$logitem, 'lang_string' => &$lang_string);
|
} $plugin_array = array('logitem' => &$logitem, 'lang_string' => &$lang_string);
|
$plugins->run_hooks_by_ref("admin_tools_get_admin_log_action", $plugin_array);
| $plugins->run_hooks("admin_tools_get_admin_log_action", $plugin_array);
|
if(isset($lang->$lang_string)) {
| if(isset($lang->$lang_string)) {
|