aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/oer/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/oer/admin.php')
-rw-r--r--app/controllers/oer/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/oer/admin.php b/app/controllers/oer/admin.php
index 3404e54..625c203 100644
--- a/app/controllers/oer/admin.php
+++ b/app/controllers/oer/admin.php
@@ -129,7 +129,7 @@ class Oer_AdminController extends AuthenticatedController
}
$this->render_text((
- Icon::create("checkbox-".(Request::int("active") ? "" : "un")."checked")->asSvg()
+ Icon::create("checkbox-".(Request::int("active") ? "" : "un")."checked")->asImg()
));
}
@@ -144,7 +144,7 @@ class Oer_AdminController extends AuthenticatedController
}
$this->render_text((
- Icon::create('checkbox-'.(Request::int('active') ? '' : 'un').'checked')->asSvg()
+ Icon::create('checkbox-'.(Request::int('active') ? '' : 'un').'checked')->asImg()
));
}