Page MenuHomePhabricator

Title.patch

Authored By
bzimport
Nov 21 2014, 9:39 PM
Size
493 B
Referenced Files
None
Subscribers
None

Title.patch

Index: Title.php
===================================================================
--- Title.php (revision 22118)
+++ Title.php (working copy)
@@ -2548,7 +2548,17 @@
public function isContentPage() {
return Namespace::isContent( $this->getNamespace() );
}
-
+###
+ /**
+ * Added set functions for mNameSpace and mDbkeyform
+ */
+ function setNameSpace($nsInt){
+ $this->mNameSpace = $nsInt;
+ }
+ function setDbkeyform($dbKey){
+ $this->mDbkeyform = $dbKey;
+ }
+###
}
?>

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3421
Default Alt Text
Title.patch (493 B)

Event Timeline