summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-23 05:55:10 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-23 05:55:10 -0700
commite5f74061b4adda0d5dd9d97671ed4465c0f7e9a0 (patch)
treed75a5c6789a49d4194c70447205565a4095e7771 /bin
parent7522b126516bae336fe9e639cff985c16dad16cc (diff)
parent0ea51e63908793de4c5d5fa2b4d82c2769fec559 (diff)
downloadrpg-e5f74061b4adda0d5dd9d97671ed4465c0f7e9a0.tar.gz
rpg-e5f74061b4adda0d5dd9d97671ed4465c0f7e9a0.tar.bz2
Merge pull request #315 from mperry2/cs-code
Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wantedpages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wantedpages.php b/bin/wantedpages.php
index 16ff32b72..afcb6b271 100755
--- a/bin/wantedpages.php
+++ b/bin/wantedpages.php
@@ -49,7 +49,7 @@ function dw_dir_filter($entry, $basepath) {
#------------------------------------------------------------------------------
function dw_get_pages($dir) {
- static $trunclen = NULL;
+ static $trunclen = null;
if ( !$trunclen ) {
global $conf;
$trunclen = strlen($conf['datadir'].':');