Completed
Push — develop ( 0fd37b...5cb4f0 )
by Greg
13:35
created
app/Module/IndividualFactsTabModule.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use Fisharebest\Webtrees\Fact;
20 20
 use Fisharebest\Webtrees\Family;
21 21
 use Fisharebest\Webtrees\Functions\Functions;
22
-use Fisharebest\Webtrees\Functions\FunctionsPrint;
23
-use Fisharebest\Webtrees\Functions\FunctionsPrintFacts;
24 22
 use Fisharebest\Webtrees\I18N;
25 23
 use Fisharebest\Webtrees\Individual;
26 24
 use Fisharebest\Webtrees\Module;
Please login to merge, or discard this patch.
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.