FML Update

This commit is contained in:
Steffen Schröder
2013-12-09 13:05:05 +01:00
parent 690ef2b0bb
commit 666785de90
61 changed files with 408 additions and 200 deletions

View File

@ -14,7 +14,7 @@ class FileEntry extends Entry {
protected $folder = '';
/**
* Construct a new fileentry control
* Construct a new FileEntry control
*
* @param string $id
*/
@ -44,5 +44,3 @@ class FileEntry extends Entry {
return $xml;
}
}
?>