v1.4.8e Fixed so when you edit a guide or a event the images gets added and its not just blank for some strange reason, but you cant edit images yet .
This commit is contained in:
@@ -149,6 +149,10 @@ class GuideController extends Controller
|
||||
$news->arrangement_id = $guide->id;
|
||||
$news->type_id = '4';
|
||||
|
||||
if($guide->resource_id !== null)
|
||||
$news->resource_id = $guide->resource_id;
|
||||
|
||||
|
||||
$news->content = $this->closetags(substr($guidee->guide_articles, 0, 300));
|
||||
|
||||
NewsController::storeAndGet($news);
|
||||
|
||||
Reference in New Issue
Block a user