diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-15 15:01:43 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-15 15:01:43 -0700 |
commit | 1a2170914e44e6fda66078895556f1ebb99d1cf5 (patch) | |
tree | 5142e6176c3d10c947f5596f67fbad6f778c0886 /lib/common.php | |
parent | 3dd4157f2601d15dbcfc77162de53347864ba96e (diff) |
woops wrong path
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
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); |