summaryrefslogtreecommitdiff
path: root/BitSmarty.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-04 00:23:18 +0100
committerlsces <lester@lsces.co.uk>2014-06-04 00:23:18 +0100
commit09cf4f3c2d062ce6057234d924f487989509b785 (patch)
treef3aadbde1e8d0f9ae42fa7472453c065a58ee739 /BitSmarty.php
parent165301fd4856a37933de9dd6c86fa45fba9d1e06 (diff)
parentdffcf669a19d1cfa80304a375d78c9243176f9a6 (diff)
downloadthemes-09cf4f3c2d062ce6057234d924f487989509b785.tar.gz
themes-09cf4f3c2d062ce6057234d924f487989509b785.tar.bz2
themes-09cf4f3c2d062ce6057234d924f487989509b785.zip
Merge
Diffstat (limited to 'BitSmarty.php')
-rw-r--r--BitSmarty.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitSmarty.php b/BitSmarty.php
index e1db91d..3dee679 100644
--- a/BitSmarty.php
+++ b/BitSmarty.php
@@ -55,7 +55,7 @@ class BitSmarty extends SmartyBC {
$this->assign( 'app_name', 'bitweaver' );
$this->addPluginsDir( THEMES_PKG_PATH . "smartyplugins" );
$this->register_prefilter( "add_link_ticket" );
- $this->error_reporting = E_ALL & ~E_NOTICE;
+ $this->error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT;
global $permCheck;
$permCheck = new PermissionCheck();