Page MenuHomePhabricator

linker.patch

Authored By
bzimport
Nov 21 2014, 10:02 PM
Size
380 B
Referenced Files
None
Subscribers
None

linker.patch

Index: Linker.php
===================================================================
--- Linker.php (revision 30164)
+++ Linker.php (working copy)
@@ -1328,6 +1328,7 @@
}
$outText .= '</div><ul>';
+ $templates = sort ( $templates );
foreach ( $templates as $titleObj ) {
$r = $titleObj->getRestrictions( 'edit' );
if ( in_array( 'sysop', $r ) ) {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4185
Default Alt Text
linker.patch (380 B)

Event Timeline