Return empty string for trail/prefix if disabled
authorMark Holmquist <mtraceur@member.fsf.org>
Tue, 5 Mar 2013 23:32:52 +0000 (15:32 -0800)
committerMark Holmquist <mtraceur@member.fsf.org>
Tue, 5 Mar 2013 23:32:52 +0000 (15:32 -0800)
commitbadfb9b13f3b66df76f82cc2d01a26f7bb1c827f
treedfb9588aace5e08b86da0b1546f3ef70b248b5fd
parent9ace77f03c1a0374ea7525875859ea7bb14ae24b
Return empty string for trail/prefix if disabled

This is necessary so Parsoid can know when the API doesn't have the linktrail/
prefix feature and when the API is actually telling us that the trail/prefix
is/are disabled.

Bug: 41151
Change-Id: If0895d507fe1b473e42bceb135d4030106ded442
includes/api/ApiQuerySiteinfo.php