mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Oops thanks rxu, fixes r10309 refs #54465
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10396 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9dc5c9271a
commit
4a80b883ab
@ -50,6 +50,8 @@ class acm_memory
|
|||||||
|
|
||||||
if (isset($this->function) && !function_exists($this->function))
|
if (isset($this->function) && !function_exists($this->function))
|
||||||
{
|
{
|
||||||
|
global $acm_type;
|
||||||
|
|
||||||
trigger_error("The required function [{$this->function}] is not available for the ACM module $acm_type.", E_USER_ERROR);
|
trigger_error("The required function [{$this->function}] is not available for the ACM module $acm_type.", E_USER_ERROR);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user