Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3854
Title.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 9:39 PM
2014-11-21 21:39:50 (UTC+0)
Size
493 B
Referenced Files
None
Subscribers
None
Title.patch
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3421
Default Alt Text
Title.patch (493 B)
Attached To
Mode
T11887: Allow namespace and category designation for Images/files - and subsequent namespace/category-based functionality enhancement with images
Attached
Detach File
Event Timeline
Log In to Comment