diff options
| author | 2014-10-30 19:31:32 +0100 | |
|---|---|---|
| committer | 2014-10-30 19:31:32 +0100 | |
| commit | 036240ab01999c8eff1b9b3a98a7313cf43f5836 (patch) | |
| tree | 10adb38f50ca5ad2c64c1bb4170c3b1a14f63c58 /app/views/user | |
| parent | ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502 (diff) | |
Fix coding style formatNumber and formatBytes
Diffstat (limited to 'app/views/user')
| -rw-r--r-- | app/views/user/manage.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index 2bfd633a2..e46e02572 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -65,8 +65,8 @@ </select> <p><?php echo _t('admin.users.articles_and_size', - formatNumber($this->nb_articles), - formatBytes($this->size_user)); ?></p> + format_number($this->nb_articles), + format_bytes($this->size_user)); ?></p> </div> </div> |
