diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-08-29 02:13:47 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-08-29 02:13:47 +0000 |
| commit | d893748e0c3b6fd20967d5595de155348c406281 (patch) | |
| tree | bf584cf92ee5d275e3f8b880fc6a372d30a6229b /modules/sources_tab | |
| parent | e8fcbd4c8e7ef14f1681267ac9aec2974dce0d74 (diff) | |
| download | webtrees-d893748e0c3b6fd20967d5595de155348c406281.tar.gz webtrees-d893748e0c3b6fd20967d5595de155348c406281.tar.bz2 webtrees-d893748e0c3b6fd20967d5595de155348c406281.zip | |
Bug #626059 - How to add a NOTE or SOUR to INDI?
Diffstat (limited to 'modules/sources_tab')
| -rw-r--r-- | modules/sources_tab/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sources_tab/module.php b/modules/sources_tab/module.php index 650feec159..4eea0cc22f 100644 --- a/modules/sources_tab/module.php +++ b/modules/sources_tab/module.php @@ -130,7 +130,7 @@ class sources_tab_WT_Module extends WT_Module implements WT_Module_Tab { // Implement WT_Module_Tab public function hasTabContent() { - return $this->get_source_count()>0; + return $this->get_source_count()>=0; } // Implement WT_Module_Tab public function canLoadAjax() { |
