mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
BC Fixes for some old plugins.
This commit is contained in:
@@ -129,5 +129,11 @@ class pmbox_manager
|
||||
|
||||
}
|
||||
|
||||
// Backward compat. fix.
|
||||
function pm_getInfo($which = 'inbox')
|
||||
{
|
||||
$pm = new pmbox_manager;
|
||||
|
||||
?>
|
||||
return $pm->pm_getInfo($which);
|
||||
|
||||
}
|
Reference in New Issue
Block a user