From 417212a3445361cb35674652c802c4df365f102d Mon Sep 17 00:00:00 2001 From: SJ Date: Tue, 11 Sep 2012 14:42:08 +0200 Subject: [PATCH] added missing notes definition to config.php --- webui/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/config.php b/webui/config.php index b169eb67..6a459fda 100644 --- a/webui/config.php +++ b/webui/config.php @@ -142,6 +142,7 @@ define('BULK_RESTORE_URL', SITE_URL . 'bulkrestore.php'); define('SAVE_SEARCH_URL', SITE_URL . 'index.php?route=search/save'); define('SEARCH_TAG_URL', SITE_URL . 'index.php?route=search/tag'); +define('MESSAGE_NOTE_URL', SITE_URL . 'index.php?route=message/note'); define('HEALTH_URL', SITE_URL . 'index.php?route=health/health'); define('HEALTH_WORKER_URL', SITE_URL . 'index.php?route=health/worker');