summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-09-10 22:17:43 -0700
committerMatt Perry <matt@mattperry.com>2013-09-10 22:17:43 -0700
commit2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420 (patch)
tree2cf3cae2992572780613d7947c6e6b32ad7e84cd /inc/RemoteAPICore.php
parent010b7000dc28ca11be8f8f679319fe846ca2723f (diff)
downloadrpg-2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420.tar.gz
rpg-2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420.tar.bz2
Fix CodeSniffer whitespace violoations
Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r--inc/RemoteAPICore.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index 3a713baca..74c6689ac 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -333,7 +333,6 @@ class RemoteAPICore {
if (!is_array($options)) $options = array();
$options['skipacl'] = 0; // no ACL skipping for XMLRPC
-
if(auth_quickaclcheck($ns.':*') >= AUTH_READ) {
$dir = utf8_encodeFN(str_replace(':', '/', $ns));