Browse Source

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

idleman 4 năm trước cách đây
mục cha
commit
8e18096812
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();