diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-01-07 09:09:39 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-01-07 09:09:39 +0000 |
commit | 4a80b883ab27267f801eec825fb9c8228ba696ab (patch) | |
tree | 92919dde3a3315bb14179a94d61040a418f1e64c /phpBB/includes/acm/acm_memory.php | |
parent | 9dc5c9271a3518b829b5f8d858a61c2a936538a2 (diff) | |
download | forums-4a80b883ab27267f801eec825fb9c8228ba696ab.tar forums-4a80b883ab27267f801eec825fb9c8228ba696ab.tar.gz forums-4a80b883ab27267f801eec825fb9c8228ba696ab.tar.bz2 forums-4a80b883ab27267f801eec825fb9c8228ba696ab.tar.xz forums-4a80b883ab27267f801eec825fb9c8228ba696ab.zip |
Oops thanks rxu, fixes r10309 refs #54465
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10396 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm/acm_memory.php')
-rw-r--r-- | phpBB/includes/acm/acm_memory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acm/acm_memory.php b/phpBB/includes/acm/acm_memory.php index 1a672ad7e1..efbfd4dd62 100644 --- a/phpBB/includes/acm/acm_memory.php +++ b/phpBB/includes/acm/acm_memory.php @@ -50,6 +50,8 @@ class acm_memory 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); } } |