summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/ResourceController.php')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index d67e3a5..3283ae0 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -772,7 +772,7 @@ class ResourceController extends Zend_Controller_Action
$xml .= "\t\t\t<defaultkcl>" . $bootosobj->getDefaultkcl() . "</defaultkcl>\n";
$xml .= "\t\t\t<created>" . $bootosobj->getCreated() . "</created>\n";
$xml .= "\t\t\t<description>" . $bootosobj->getDescription() . "</description>\n";
- $xml .= "\t\t\t<expires>" . $bootosobj->getExpire() . "</expires>\n";
+ $xml .= "\t\t\t<expires>" . $bootosobj->getExpires() . "</expires>\n";
$xml .= "\t\t\t<public>" . $bootosobj->getPublic() . "</public>\n";
$xml .= "\t\t\t<source>" . $bootosobj->getSource() . "</source>\n";
$xml .= "\t\t\t<distro>" . $bootosobj->getDistro() . "</distro>\n";