summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 14:14:52 +0200
committerBjörn Geiger2011-09-08 14:14:52 +0200
commit2ef2d53acff3c9223f803e5752ff2df950bf7f58 (patch)
tree15aba20359fef6c5e2772548442d14c779ef9e7e /application
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-2ef2d53acff3c9223f803e5752ff2df950bf7f58.tar.gz
poolctrl-2ef2d53acff3c9223f803e5752ff2df950bf7f58.tar.xz
poolctrl-2ef2d53acff3c9223f803e5752ff2df950bf7f58.zip
minor
Diffstat (limited to 'application')
-rw-r--r--application/models/Event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Event.php b/application/models/Event.php
index 10d1f07..9033824 100644
--- a/application/models/Event.php
+++ b/application/models/Event.php
@@ -267,7 +267,7 @@ class Application_Model_Event
return $this;
}
- public function isRunning()
+ public function getRunning()
{
return $this->_running;
}