Skip to content

Commit 50b9bbf

Browse files
committed
enable notes for GLPI 0.90.x
1 parent 27b3f4c commit 50b9bbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inc/object.class.php

+3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ public function __construct() {
6565
}
6666

6767
if ($this->canUseNotepad()) {
68+
// For GLPI 0.85.x
6869
$this->usenotepadrights = true;
70+
// For GLPI 0.90.x
71+
$this->usenotepad = true;
6972
}
7073
}
7174

0 commit comments

Comments
 (0)