]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
sendemailsummary.php: correct path to INSTALLDIR
authorJoshua Judson Rosen <rozzin@geekspace.com>
Tue, 25 Nov 2014 01:28:31 +0000 (20:28 -0500)
committerJoshua Judson Rosen <rozzin@geekspace.com>
Tue, 25 Nov 2014 01:28:31 +0000 (20:28 -0500)
So that we can actually find commandline.inc.

This should have been updated when the files in the EmailSummary tree
where moved down a level into subdirectories.

plugins/EmailSummary/scripts/sendemailsummary.php

index 01c11a210a009c6edbba4cf2a752c6966ca0db48..06a5327f619560e7d65cc2cd473dfdb11509af59 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
+define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
 
 $shortoptions = 'i:n:au';
 $longoptions = array('id=', 'nickname=', 'all', 'universe');