summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-26 11:13:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-26 11:13:50 +0000
commit23eb3efad3dc0a203c7b376adf6a8a8a95943c2e (patch)
treeef92d08698716f998b28fe203bd6ad6ba63c1cee /roundcubemail
parent44d4f9d2097b57be35b867fdbb9c514b6bccddd0 (diff)
- Fix: use include_once with absolute path
git-svn-id: https://svn.roundcube.net/trunk@4701 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/tests/mailfunc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/tests/mailfunc.php b/roundcubemail/tests/mailfunc.php
index 5bf77b1df..92cfbb100 100644
--- a/roundcubemail/tests/mailfunc.php
+++ b/roundcubemail/tests/mailfunc.php
@@ -19,7 +19,7 @@ class rcube_test_mailfunc extends UnitTestCase
$RCMAIL->imap_init(false);
$IMAP = $RCMAIL->imap;
- require_once 'steps/mail/func.inc';
+ require_once INSTALL_PATH . 'program/steps/mail/func.inc';
$GLOBALS['EMAIL_ADDRESS_PATTERN'] = $EMAIL_ADDRESS_PATTERN;
}