Ver Fonte

Merge branch 'trunk' into master

Andy há 4 anos atrás
pai
commit
c322eb43ae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      class/mime/Disposition.class.php

+ 1 - 1
class/mime/Disposition.class.php

@@ -46,7 +46,7 @@ class Disposition {
      * @since 1.3.1
      */
     function getProperty($par) {
-        $value = strtolower($par);
+        $par = strtolower($par);
         if (isset($this->properties[$par])) {
             return $this->properties[$par];
         }