summaryrefslogtreecommitdiffstats
path: root/application/controllers/SyncrulesController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/SyncrulesController.php')
-rw-r--r--application/controllers/SyncrulesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/SyncrulesController.php b/application/controllers/SyncrulesController.php
index 1829ebe..1c84ecf 100644
--- a/application/controllers/SyncrulesController.php
+++ b/application/controllers/SyncrulesController.php
@@ -23,7 +23,7 @@ class SyncrulesController extends ActionController
}
$this->addTitle($this->translate('Sync rule'))
- ->setAutoRefreshInterval(10)
+ ->setAutorefreshInterval(10)
->addAddLink(
$this->translate('Add a new Sync Rule'),
'director/syncrule/add'