summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index de12f342b..0d60657a3 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -25,7 +25,7 @@ if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; }
// All the fun stuff to actually initialize StatusNet's framework code,
// without loading up a site configuration.
-require_once INSTALLDIR . '/framework.php';
+require_once INSTALLDIR . '/lib/framework.php';
try {
StatusNet::init(@$server, @$path, @$conffile);