Quellcode durchsuchen

http://git.idleman.fr/idleman/hackpoint/issues/4

idleman vor 4 Jahren
Ursprung
Commit
8e18096812
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      plugin/part/PartType.class.php

+ 2 - 2
plugin/part/PartType.class.php

@@ -42,8 +42,8 @@ class PartType {
 	}
 
 	public static function toFile($resource){
-		require_once(__DIR__.SLASH.'..'.SLASH.'ResourcePart.class.php');
-		require_once(__DIR__.SLASH.'..'.SLASH.'Part.class.php');
+		require_once(__DIR__.SLASH.'ResourcePart.class.php');
+		require_once(__DIR__.SLASH.'Part.class.php');
 		global $myUser;
 		$infos = self::manifest();