somehow ImageIOTheme wasn't extending Themelet, and things mostly worked...

This commit is contained in:
Shish 2012-08-18 20:56:35 +01:00
parent b538fd4e27
commit 216dada347

View File

@ -1,5 +1,5 @@
<?php <?php
class ImageIOTheme { class ImageIOTheme extends Themelet {
/** /**
* Display a link to delete an image * Display a link to delete an image
* (Added inline Javascript to confirm the deletion) * (Added inline Javascript to confirm the deletion)