UseModWiki소스수정/수정불가메세지


페이지 수정 불가 메시지에, 사이트 제목 대신 페이지명이 나오도록 수정 (optional)

sub DoEdit {
    ...
    if (!&UserCanEdit($id, 1)) {
        ...
        } else {
### 다음 라인을 수정
#           print Ts('Editing not allowed: %s is read-only.', $SiteName);
            print Ts('Editing not allowed: %s is read-only.', $id);
###
        }
        print &GetCommonFooter();
        return;
    }
    # Consider sending a new user-ID cookie if user does not have one
    ...
}


위키위키분류