rabin 3 years ago
parent
commit
83a8d650e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tool/work/lib/Manage.php

+ 1 - 1
tool/work/lib/Manage.php

@@ -51,7 +51,7 @@ Class Manage
 		$type = Dever::input('type');
 
 		if ($id) {
-			$data = Dever::db('work/info')->find($id);
+			$info = Dever::db('work/info')->find($id);
 			$update['where_id'] = $info['id'];
 			if ($type == 1) {
 				$update['status'] = 4;