From ddc461df8eb18fd90b42866d105c33218ba5dc21 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 13 Mar 2015 12:32:54 +0000 Subject: [PATCH] sync with master --- src/opnsense/mvc/app/library/OPNsense/Core/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/library/OPNsense/Core/Config.php b/src/opnsense/mvc/app/library/OPNsense/Core/Config.php index da12f5713..b4005b4da 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Core/Config.php +++ b/src/opnsense/mvc/app/library/OPNsense/Core/Config.php @@ -347,7 +347,7 @@ class Config extends Singleton $result[$filename] = $this->toArray(null, $xmlNode->revision); } // append filesize to revision info object - $result[$filename]['size'] = filesize($filename); + $result[$filename]['filesize'] = filesize($filename); } return $result;