Skip to content

Commit

Permalink
Fixed issue: Notice if there are not 'Other' files in template editor
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@7353 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jul 27, 2009
1 parent 1903fde commit de8e488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/templates.php
Expand Up @@ -688,6 +688,7 @@
}
}
//Get list of 'otherfiles'
$otherfiles=array();
$dirloc=$templaterootdir."/".$templatename;
if ($handle = opendir($dirloc)) {
while(false !== ($file = readdir($handle))) {
Expand Down

0 comments on commit de8e488

Please sign in to comment.