Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 9:21 PM
Size
355 B
Referenced Files
None
Subscribers
None

diff.txt

--- phase3.orig/trackback.php Mon Sep 4 21:07:24 2006
+++ phase3/trackback.php Fri Sep 8 13:31:05 2006
@@ -50,7 +50,7 @@
$tbarticle = $_REQUEST['article'];
$title = Title::newFromText($tbarticle);
-if (!$title->exists())
+if ($title == null || !$title->exists())
XMLerror("Specified article does not exist.");
$dbw->insert('trackbacks', array(

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2645
Default Alt Text
diff.txt (355 B)

Event Timeline