mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
fail on my side
This commit is contained in:
parent
9c5ae14f4a
commit
9b5fc8823b
@ -312,6 +312,11 @@ class Main extends CI_Controller
|
||||
|
||||
//upgrade to CI 3.1.2
|
||||
$fields = $this->db->field_data('sessions');
|
||||
foreach ($fields as $field)
|
||||
{
|
||||
|
||||
if ($field->name == 'id')
|
||||
{
|
||||
|
||||
if ($field->max_length < 128)
|
||||
{
|
||||
@ -327,6 +332,8 @@ class Main extends CI_Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function _form_prep($lang = false, $title = '', $paste = '', $reply = false)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user