aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_modules.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-04 11:39:25 +0000
committerChris Smith <toonarmy@phpbb.com>2008-09-04 11:39:25 +0000
commit0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e (patch)
tree487aac1350289566636b7d1b9cbb629400145040 /phpBB/includes/acp/acp_modules.php
parentf2abefeaed267a405ae1ccafba7ce2a52794fadc (diff)
downloadforums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar
forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.gz
forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.bz2
forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.xz
forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.zip
Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)
git-svn-id: file:///svn/phpbb/trunk@8812 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_modules.php')
-rw-r--r--phpBB/includes/acp/acp_modules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_modules.php b/phpBB/includes/acp/acp_modules.php
index d2b9bb08bb..111725088b 100644
--- a/phpBB/includes/acp/acp_modules.php
+++ b/phpBB/includes/acp/acp_modules.php
@@ -36,7 +36,7 @@ class acp_modules
var $u_action;
var $p_master;
- function __construct(p_master $p_master)
+ function __construct(p_master $p_master = null)
{
$this->p_master = $p_master;
}