From 558e33436c362c5089edb2d3cc09862adc9dded0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 17 Apr 2012 11:57:45 -0400 Subject: [PATCH] change script path for new position in plugins/ActivitySpam --- plugins/ActivitySpam/scripts/testuser.php | 2 +- plugins/ActivitySpam/scripts/trainuser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ActivitySpam/scripts/testuser.php b/plugins/ActivitySpam/scripts/testuser.php index 357e04a7c2..0b776bd42b 100644 --- a/plugins/ActivitySpam/scripts/testuser.php +++ b/plugins/ActivitySpam/scripts/testuser.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..')); +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $shortoptions = 'i:n:a'; $longoptions = array('id=', 'nickname=', 'all'); diff --git a/plugins/ActivitySpam/scripts/trainuser.php b/plugins/ActivitySpam/scripts/trainuser.php index 3399e751ba..f3739ac7b8 100644 --- a/plugins/ActivitySpam/scripts/trainuser.php +++ b/plugins/ActivitySpam/scripts/trainuser.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..')); +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $shortoptions = 'i:n:t:'; $longoptions = array('id=', 'nickname=', 'category=');