Quellcode durchsuchen

Fixing missing typo

Julio Montoya vor 12 Jahren
Ursprung
Commit
acde41f6f1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      main/document/edit_document.php

+ 1 - 1
main/document/edit_document.php

@@ -213,7 +213,7 @@ if (empty($document_data['parents'])) {
     }
 }
 
-if (!is_allowed_to_edit) {
+if (!$is_allowed_to_edit) {
     api_not_allowed(true);
 }