aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
commitb40783e8889b64f813c898ee2ce7e967582ef34e (patch)
tree946db408eb849a2644519ef591179c13ed1e849f /app/controllers/configureController.php
parent1a270309a53cca0124758b026512d781a595ec70 (diff)
Affiche la taille de la base de données
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 424e3834a..68d798581 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -265,6 +265,7 @@ class configureController extends ActionController {
$entryDAO = new EntryDAO ();
$this->view->nb_total = $entryDAO->count ();
+ $this->view->size_total = $entryDAO->size ();
}
public function sharingAction () {