]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix INSTALLDIR constant definition.
authorJean Baptiste Favre <statusnet@jbfavre.org>
Wed, 29 Aug 2012 18:08:42 +0000 (20:08 +0200)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 13:20:19 +0000 (15:20 +0200)
plugins/OStatus/scripts/update_ostatus_profiles.php

index bca136bbbce3a27285b99276df20f8ecaf604ff2..f0bc3e12dcff684d4b932025b5a713b66dd4d86d 100644 (file)
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
+define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
 
 $shortoptions = 'u:a';
 $longoptions = array('uri=', 'all');