summaryrefslogtreecommitdiff
path: root/modules/sources_tab
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-08-29 02:13:47 +0000
committerNigel Osborne <kiwi3685@me.com>2010-08-29 02:13:47 +0000
commitd893748e0c3b6fd20967d5595de155348c406281 (patch)
treebf584cf92ee5d275e3f8b880fc6a372d30a6229b /modules/sources_tab
parente8fcbd4c8e7ef14f1681267ac9aec2974dce0d74 (diff)
downloadwebtrees-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.php2
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() {