From 9a125ef44844bde0c19ff94c0529f80b785a218a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 5 Jul 2013 20:26:45 +0200 Subject: [PATCH] Fixes regression introduced by 8e8797457d9a426329c8a63ec7248ade37663617 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 53be771..b4e4588 100755 --- a/index.php +++ b/index.php @@ -914,7 +914,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY foreach($subdirs as $unit) { if(!is_dir($unit) || file_exists( $unit . '/index.html' ) || file_exists( $unit . '/index.htm' ) || file_exists( $unit . '/index.php' ) ) { - $docs[] = ''. substr($unit, (strrpos($unit, '/')) + 1 ) .''; + $docs[] = ''. substr($unit, (strrpos($unit, '/')) + 1 ) .''; } } }