summaryrefslogtreecommitdiffstats
path: root/application/controllers/ImportsourcesController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/ImportsourcesController.php')
-rw-r--r--application/controllers/ImportsourcesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ImportsourcesController.php b/application/controllers/ImportsourcesController.php
index 4287292..f0021c5 100644
--- a/application/controllers/ImportsourcesController.php
+++ b/application/controllers/ImportsourcesController.php
@@ -30,7 +30,7 @@ class ImportsourcesController extends ActionController
}
$this->addTitle($this->translate('Import source'))
- ->setAutoRefreshInterval(10)
+ ->setAutorefreshInterval(10)
->addAddLink(
$this->translate('Add a new Import Source'),
'director/importsource/add'