diff --git a/views/bootstrap/class.EditFolder.php b/views/bootstrap/class.EditFolder.php index e7bc756df..5e99be9ae 100644 --- a/views/bootstrap/class.EditFolder.php +++ b/views/bootstrap/class.EditFolder.php @@ -129,7 +129,7 @@ $(document).ready(function() { foreach($arrs as $arr) { $this->formField($arr[0], $arr[1]); } - } elseif(is_string($arr)) { + } elseif(is_string($arrs)) { echo $arr; } $this->formSubmit(" ".getMLText('save'));