From b00800fa4855cf661e46f279aabecd1476411828 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 30 Jul 2011 15:51:58 +0000 Subject: [PATCH] Add FIXME on undefined variable --- includes/LinksUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index e5990a3eff..293c2fcdfe 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -490,7 +490,7 @@ class LinksUpdate { ); $arr['globalinterwiki'][] = array( 'giw_wikiid' => $wikiid, - 'giw_prefix' => $prefix + 'giw_prefix' => $prefix, // FIXME: $prefix ix undefined ); $arr['globalnamespaces'][] = array( 'gn_wiki' => wfWikiID( ), -- 2.20.1