소스 검색

修复模块删除卸载问题

tags/6.2.5
tianya 1 년 전
부모
커밋
e63c14004a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/system/dedemodule.class.php

+ 1
- 1
src/system/dedemodule.class.php 파일 보기

@@ -359,7 +359,7 @@ class DedeModule
$modulefile = $this->modulesPath.'/'.$this->GetHashFile($hashcode);
$fp = fopen($modulefile, 'r') or die("文件 {$modulefile} 不存在或不可读!");
$i = 0;
$dirs = '';
$dirs = array();
while (!feof($fp)) {
$line = fgets($fp, 1024);
if (preg_match("/^[\s]{0,}<file/i", $line)) {


불러오는 중...
취소
저장