From: David Mudrak Date: Mon, 7 Dec 2009 10:09:04 +0000 (+0000) Subject: Escaping variable in string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fcd3f5bf63eefbbf7122544d3c8191198773a490;p=moodle.git Escaping variable in string --- diff --git a/lang/en_utf8/debug.php b/lang/en_utf8/debug.php index 8f5f7bcfd9..959b96b35d 100644 --- a/lang/en_utf8/debug.php +++ b/lang/en_utf8/debug.php @@ -20,7 +20,7 @@ $string['missingconfigversion'] = 'Config table does not contain version, can no $string['mustbeoveride'] = 'Abstract $a method must be overriden.'; $string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !'; $string['noadminrole'] = 'No admin role could be found'; -$string['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname'; +$string['noactivityname'] = 'Page object derived from page_generic_activity but did not define \$this->activityname'; $string['noblocks'] = 'No blocks installed!'; $string['nocate'] = 'No categories!'; $string['notables'] = 'No Tables!';