1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 17:39:46 +01:00

Third time lucky? Thanks Shirka

This commit is contained in:
e107steved 2007-12-10 22:39:43 +00:00
parent 0b232caa4d
commit 469dcfb260

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-12-10 20:22:17 $ | $Date: 2007-12-10 22:39:43 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@ -101,7 +101,7 @@ class trackbackClass
function respondTrackback () function respondTrackback ()
{ {
global $sql, $pref, $tp; global $sql, $pref, $tp, $e107cache;
$errorMessage = ""; $errorMessage = "";
if(!$pref['trackbackEnabled']) if(!$pref['trackbackEnabled'])
{ {