소스 검색

Fixing missing typo

Julio Montoya 12 년 전
부모
커밋
acde41f6f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 }