dever 7 years ago
parent
commit
8055be8be5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      applet/src/Msg.php

+ 2 - 2
applet/src/Msg.php

@@ -106,11 +106,11 @@ class Msg
 		if ($id > 0) {
 			$info = Dever::db('applet/msg_send')->one($id);
 			if ($info) {
-				$project = explode(',', $info['project_id']));
+				$project = explode(',', $info['project_id']);
 				Dever::setInput('key', $info['key']);
 				Dever::setInput('page', $info['page']);
 				$send = $this->getData($info['content']);
-				
+
 				foreach ($project as $k => $v) {
 					Dever::setInput('project_id', $v);
 					$this->sendMul();