Index: branches/wmf-deployment/extensions/LiquidThreads/classes/DeletionController.php |
— | — | @@ -93,6 +93,8 @@ |
94 | 94 | |
95 | 95 | $thread = Threads::withRoot( $article ); |
96 | 96 | |
| 97 | + if (!$thread) return true; |
| 98 | + |
97 | 99 | if ( $thread->isTopmostThread() && count($thread->replies()) ) { |
98 | 100 | wfLoadExtensionMessages( 'LiquidThreads' ); |
99 | 101 | $out->wrapWikiMsg( '<strong>$1</strong>', |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
100 | 102 | - /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |
101 | 103 | + /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |