소스 검색

TableAjax fix save hidden cols

Piotr Labudda 11 년 전
부모
커밋
26a5aa377d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      SE/se-lib/TableAjax.php

+ 0 - 1
SE/se-lib/TableAjax.php

@@ -4672,7 +4672,6 @@ jQuery(document).ready(function(){
 	 *   $_SESSION['USER_PROFILE'][$this->_zasobID][fld_id] => boolean
 	 */
 	private function ajaxHiddenColsSave($args) {
-			throw new HttpException("Wrong param ID", 404);
 		$response = new stdClass();
 
 		if (empty($args)) {