Welcome Guest, Not a member yet? Register   Sign In
Odd flash issue for me...
#4

[eluser]flojon[/eluser]
[quote author="internut" date="1215551631"]
Code:
$data[sys_message] = $this->session->flashdata('sys_message');  // set system message to

hmm now I notice it prolly has something to do with the $data array... Should i set that var in $data[] differently?[/quote]

You've made a typo, change the line above to this:
Code:
$data['sys_message'] = ..


Messages In This Thread
Odd flash issue for me... - by El Forum - 07-07-2008, 10:49 PM
Odd flash issue for me... - by El Forum - 07-08-2008, 01:19 AM
Odd flash issue for me... - by El Forum - 07-08-2008, 10:13 AM
Odd flash issue for me... - by El Forum - 07-08-2008, 11:04 AM
Odd flash issue for me... - by El Forum - 07-08-2008, 11:04 AM
Odd flash issue for me... - by El Forum - 07-08-2008, 11:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB