summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-09 00:47:51 -0700
committerAndreas Gohr <andi@splitbrain.org>2012-05-09 00:47:51 -0700
commitc7217c0bb77c4d3d6bc644be80063670c3037acf (patch)
tree9bbc06b57d5a370c01b6b9c9577c4f2be47046df /inc/actions.php
parentf6e1661406b3af965d76120b9acd30c507977e4e (diff)
parentd6b9c7bffaacf3b0b983386eca336e4f8d60a2f3 (diff)
downloadrpg-c7217c0bb77c4d3d6bc644be80063670c3037acf.tar.gz
rpg-c7217c0bb77c4d3d6bc644be80063670c3037acf.tar.bz2
Merge pull request #100 from lupo49/master
This allows easier identifying of which version has been restored (FS#2522)
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 4a2e200ae..458926345 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -380,7 +380,7 @@ function act_revert($act){
if($REV){
$text = rawWiki($ID,$REV);
if(!$text) return 'show'; //something went wrong
- $sum = $lang['restored'];
+ $sum = sprintf($lang['restored'], dformat($REV));
}
// spam check