]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/EmailSummary/scripts/sendemailsummary.php
sendemailsummary.php: correct path to INSTALLDIR
[quix0rs-gnu-social.git] / 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');