From 0f19c13d6665b56bfa83801620590f7daa18f32c Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 18 May 2010 13:17:24 -0400 Subject: [PATCH] Mnemo: Two more dependencies on base.php --- mnemo/note/pdf.php | 2 +- mnemo/themes/categoryCSS.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mnemo/note/pdf.php b/mnemo/note/pdf.php index f57e35d32..54ea73c8e 100644 --- a/mnemo/note/pdf.php +++ b/mnemo/note/pdf.php @@ -9,7 +9,7 @@ */ @define('MNEMO_BASE', dirname(dirname(__FILE__))); -require_once MNEMO_BASE . '/lib/base.php'; +require_once MNEMO_BASE . '/lib/Application.php'; require_once 'File/PDF.php'; /* Check if a passphrase has been sent. */ diff --git a/mnemo/themes/categoryCSS.php b/mnemo/themes/categoryCSS.php index 893e941cd..86e21dc0b 100644 --- a/mnemo/themes/categoryCSS.php +++ b/mnemo/themes/categoryCSS.php @@ -12,7 +12,7 @@ @define('AUTH_HANDLER', true); @define('MNEMO_BASE', dirname(__FILE__) . '/..'); -require_once MNEMO_BASE . '/lib/base.php'; +require_once MNEMO_BASE . '/lib/Application.php'; require_once 'Horde/Image.php'; header('Content-Type: text/css'); -- 2.11.0