Selaa lähdekoodia

Correctif bug arduino

Idleman 6 vuotta sitten
vanhempi
commit
c97165b7ef
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      common.php

+ 2 - 2
common.php

@@ -31,8 +31,8 @@
     Plugin::addHook('resource_type',function(&$types){
         $types['readme'] = __DIR__.SLASH.'type'.SLASH.'Readme.class.php';
         $types['arduino'] = __DIR__.SLASH.'type'.SLASH.'Arduino.class.php';
-        $types['c'] = __DIR__.SLASH.'type'.SLASH.'Arduino.class.php';
-        $types['shell'] = __DIR__.SLASH.'type'.SLASH.'C.class.php';
+        $types['c'] = __DIR__.SLASH.'type'.SLASH.'C.class.php';
+        $types['shell'] = __DIR__.SLASH.'type'.SLASH.'Shell.class.php';
         $types['php'] = __DIR__.SLASH.'type'.SLASH.'Php.class.php';
         $types['xml'] = __DIR__.SLASH.'type'.SLASH.'Xml.class.php';
         $types['python'] = __DIR__.SLASH.'type'.SLASH.'Python.class.php';