Completed
Push — develop ( 0fd37b...5cb4f0 )
by Greg
13:35
created
app/Module/StoriesModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
 	/** {@inheritdoc} */
96 96
 	public function hasTabContent(Individual $individual) {
97
-		return Auth::isManager($individual->getTree() )|| !empty($this->getStoriesForIndividual($individual));
97
+		return Auth::isManager($individual->getTree()) || !empty($this->getStoriesForIndividual($individual));
98 98
 	}
99 99
 
100 100
 	/** {@inheritdoc} */
Please login to merge, or discard this patch.