update 1.0.7

This commit is contained in:
Sujit Prasad
2016-04-19 19:19:42 +05:30
parent 723ef47e19
commit 5327b0c0da
153 changed files with 20711 additions and 1727 deletions

View File

@@ -117,7 +117,7 @@ CKEDITOR.replace('editor', {
<?php
//dd($article);
$format = App\Model\helpdesk\Settings\System::where('id', '1')->first()->date_time_format;
$format = \App\Model\helpdesk\Utility\Time_format::where('id',$format)->first()->format;
$format = \App\Model\helpdesk\Utility\Date_time_format::where('id',$format)->first()->format;
$tz = App\Model\helpdesk\Settings\System::where('id', '1')->first()->time_zone;
$tz = App\Model\helpdesk\Utility\Timezones::where('id',$tz)->first()->name;
date_default_timezone_set($tz);