rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
83a8d650e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;