]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
woops wrong path
authorBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 22:01:43 +0000 (15:01 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 22:01:43 +0000 (15:01 -0700)
lib/common.php

index de12f342bad5dbd1415725f6da8e297a6063db7f..0d60657a35b85e252d97d944a5f91af127e72061 100644 (file)
@@ -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);