forked from GNUsocial/gnu-social
sendemailsummary.php: correct path to INSTALLDIR
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.
This commit is contained in:
parent
2d7804b88f
commit
cff8c462da
@ -17,7 +17,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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';
|
$shortoptions = 'i:n:au';
|
||||||
$longoptions = array('id=', 'nickname=', 'all', 'universe');
|
$longoptions = array('id=', 'nickname=', 'all', 'universe');
|
||||||
|
Loading…
Reference in New Issue
Block a user