summaryrefslogtreecommitdiff
path: root/bin/wantedpages.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-22 01:12:47 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-22 01:12:47 -0700
commit5a3aabcff0e246c29f47c1dd65301712cd553308 (patch)
tree2245231ac0dcbeea7084a751f89699e3307133f2 /bin/wantedpages.php
parentef0239a32ff44792b95819fe52398f3fc0dc4fae (diff)
parent7ef8e99fe605c5da36ab6b5d317b22fcd17f665b (diff)
downloadrpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.gz
rpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.bz2
Merge pull request #311 from mperry2/scopeindent
Fix CodeSniffer violations
Diffstat (limited to 'bin/wantedpages.php')
-rwxr-xr-xbin/wantedpages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wantedpages.php b/bin/wantedpages.php
index 30171fc15..16ff32b72 100755
--- a/bin/wantedpages.php
+++ b/bin/wantedpages.php
@@ -92,7 +92,7 @@ function dw_internal_links($page) {
$mid = $ins[1][0];
resolve_pageid($cns,$mid,$exists);
if ( !$exists ) {
- list($mid) = explode('#',$mid); //record pages without hashs
+ list($mid) = explode('#',$mid); //record pages without hashs
$links[] = $mid;
}
}