summaryrefslogtreecommitdiff
path: root/includes/controllers/note_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controllers/note_ctrl.php')
-rw-r--r--includes/controllers/note_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/note_ctrl.php b/includes/controllers/note_ctrl.php
index bf3c8d923f..33c1a45436 100644
--- a/includes/controllers/note_ctrl.php
+++ b/includes/controllers/note_ctrl.php
@@ -141,7 +141,7 @@ class NoteController extends BaseController {
*/
function getPageTitle() {
if ($this->note) {
- return $this->note->getFullName()." - ".$this->nid." - ".i18n::translate('Shared Note Information');
+ return $this->note->getFullName()." - ".i18n::translate('Shared Note Information');
} else {
return i18n::translate('Unable to find record with ID');
}