mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
fixing bug #1860
git-svn-id: file:///svn/phpbb/trunk@5920 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -52,7 +52,7 @@ class p_master
|
||||
$this->p_class = str_replace(array('.', '/', '\\'), '', basename($p_class));
|
||||
|
||||
// Get cached modules
|
||||
if (!($this->module_cache = $cache->get('_modules_' . $this->p_class)))
|
||||
if (($this->module_cache = $cache->get('_modules_' . $this->p_class)) === false)
|
||||
{
|
||||
// Get modules
|
||||
$sql = 'SELECT *
|
||||
|
Reference in New Issue
Block a user