1
0
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:
Cameron
2017-12-11 17:11:22 -08:00
parent a77b06881a
commit ca5f33655b
6 changed files with 25 additions and 16 deletions

View File

@@ -129,5 +129,11 @@ class pmbox_manager
}
// Backward compat. fix.
function pm_getInfo($which = 'inbox')
{
$pm = new pmbox_manager;
?>
return $pm->pm_getInfo($which);
}