diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-25 11:36:55 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-25 11:36:55 +0200 |
commit | ef11fcfcd6213789fb126766301a6ffaf8f83055 (patch) | |
tree | d1bcc9c08f5e55c830b8d47aa1efad4b53845571 /inc/io.php | |
parent | 6c0879f6b25dd03183827bdda461ceb599eb939a (diff) | |
download | rpg-ef11fcfcd6213789fb126766301a6ffaf8f83055.tar.gz rpg-ef11fcfcd6213789fb126766301a6ffaf8f83055.tar.bz2 |
revert return of getNS to false again
Diffstat (limited to 'inc/io.php')
-rw-r--r-- | inc/io.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/io.php b/inc/io.php index dce676bbb..27a34b045 100644 --- a/inc/io.php +++ b/inc/io.php @@ -31,7 +31,7 @@ function io_sweepNS($id,$basedir='datadir'){ $delone = false; //scan all namespaces - while(($id = getNS($id)) !== ''){ + while(($id = getNS($id)) !== false){ $dir = $conf[$basedir].'/'.utf8_encodeFN(str_replace(':','/',$id)); //try to delete dir else return |