The branch, master has been updated via e077ad279741d9087d46a97ebf3935c34fbed090 (commit) from e7f9a57a3d890ca293885a47b8b217dc5ef263a0 (commit)
- Log ----------------------------------------------------------------- commit e077ad279741d9087d46a97ebf3935c34fbed090 Author: Michal Čihař mcihar@suse.cz Date: Wed Aug 31 10:40:45 2011 +0200
Fix format string
-----------------------------------------------------------------------
Summary of changes: libraries/Config.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 49a3e1d..e655d9b 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -724,7 +724,7 @@ class PMA_Config if (! is_readable($this->getSource())) { $this->source_mtime = 0; die( - sprintf(__('Existing configuration file (%d) is not readable.'), + sprintf(__('Existing configuration file (%s) is not readable.'), $this->getSource() ) );
hooks/post-receive