summaryrefslogtreecommitdiffstats
path: root/library/Poolctrl
diff options
context:
space:
mode:
Diffstat (limited to 'library/Poolctrl')
-rw-r--r--library/Poolctrl/Notifier.php2
-rw-r--r--library/Poolctrl/Pagination.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/Poolctrl/Notifier.php b/library/Poolctrl/Notifier.php
index 77de708..6cc98e4 100644
--- a/library/Poolctrl/Notifier.php
+++ b/library/Poolctrl/Notifier.php
@@ -10,7 +10,7 @@
* General information about OpenSLX can be found at http://openslx.org/
*/
-class Pool_Notifier{
+class Poolctrl_Notifier{
public function notify($action,$result){
diff --git a/library/Poolctrl/Pagination.php b/library/Poolctrl/Pagination.php
index 7f1a596..3d28996 100644
--- a/library/Poolctrl/Pagination.php
+++ b/library/Poolctrl/Pagination.php
@@ -10,7 +10,7 @@
* General information about OpenSLX can be found at http://openslx.org/
*/
-class Pool_Pagination{
+class Poolctrl_Pagination{
private $element;
private $perpage;