summaryrefslogtreecommitdiffstats
path: root/system/libraries/Trackback.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Trackback.php')
-rw-r--r--system/libraries/Trackback.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php
index a604c0b2d..a27914487 100644
--- a/system/libraries/Trackback.php
+++ b/system/libraries/Trackback.php
@@ -356,7 +356,7 @@ class CI_Trackback {
{
$tb_id = "";
- if (strstr($url, '?'))
+ if (strpos($url, '?') !== FALSE)
{
$tb_array = explode('/', $url);
$tb_end = $tb_array[count($tb_array)-1];