Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIFile.php
index f4c02ba..f798fec 100644 (file)
@@ -108,7 +108,7 @@ class ForeignAPIFile extends File {
                return $this->mInfo['mime'];
        }
        
-       /// @fixme May guess wrong on file types that can be eg audio or video
+       /// @todo Fixme: may guess wrong on file types that can be eg audio or video
        function getMediaType() {
                $magic = MimeMagic::singleton();
                return $magic->getMediaType( null, $this->getMimeType() );