append .ics to suggested uris

This commit is contained in:
Georg Ehrke 2014-04-24 20:12:16 +02:00
parent 1cf8bb5fd2
commit 6e687da338
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class ObjectUtility extends Utility{
$md5 = md5($random);
$substr = substr($md5, rand(0,11),20);
$substr .= '.ics';
return $substr;
}