X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FTimestamp.php;h=3b7b801bd3e7de7d9ab772b6c6405035ac8d6832;hb=81ea9d1492c296902e9325f3b571cc4e5b39a272;hp=56ce46c1ac3a832b3a6f87801a65fb11ac988dea;hpb=20e2e1e835d3f12f21dde246afdec09b2ee5666a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Timestamp.php b/includes/Timestamp.php index 56ce46c1ac..3b7b801bd3 100644 --- a/includes/Timestamp.php +++ b/includes/Timestamp.php @@ -216,7 +216,7 @@ class MWTimestamp { if( $message ) { $initial = call_user_func_array( 'wfMessage', $message ); - return wfMessage( 'ago', $initial ); + return wfMessage( 'ago', $initial->parse() ); } else { return wfMessage( 'just-now' ); }