projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e0519
)
Readd sprintf() that got lost with the import to git.
author
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Feb 2010 15:03:56 +0000
(16:03 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Feb 2010 15:03:56 +0000
(16:03 +0100)
framework/Prefs/lib/Horde/Prefs/File.php
patch
|
blob
|
history
diff --git
a/framework/Prefs/lib/Horde/Prefs/File.php
b/framework/Prefs/lib/Horde/Prefs/File.php
index
6e2831e
..
99c1e66
100644
(file)
--- a/
framework/Prefs/lib/Horde/Prefs/File.php
+++ b/
framework/Prefs/lib/Horde/Prefs/File.php
@@
-218,7
+218,7
@@
class Horde_Prefs_File extends Horde_Prefs
}
if ($this->_writeCache() == false) {
- throw new Horde_Exception(
'Write of preferences to %s failed', $this->_filename
);
+ throw new Horde_Exception(
sprintf('Write of preferences to %s failed', $this->_filename)
);
}
return true;