mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Fixes #1530 - PHP Warning in debug mode.
This commit is contained in:
@@ -26,7 +26,7 @@ class pm_shortcodes extends e_shortcode
|
||||
include_lan(e_PLUGIN.'pm/languages/'.e_LANGUAGE.'.php');
|
||||
require_once(e_PLUGIN."pm/pm_func.php");
|
||||
|
||||
$this->pm = new pmbox_manager;
|
||||
$this->pm = new pmbox_manager();
|
||||
|
||||
$this->prefs = $this->pm->prefs();
|
||||
|
||||
|
Reference in New Issue
Block a user