Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joyride phase2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jansa Jose
joyride phase2
Commits
6ef8258f
Commit
6ef8258f
authored
Nov 30, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
access helper
parent
e7298aa1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
access_helper.php
application/helpers/access_helper.php
+1
-1
No files found.
application/helpers/access_helper.php
View file @
6ef8258f
...
@@ -34,7 +34,7 @@ else{
...
@@ -34,7 +34,7 @@ else{
function
get_settings
(){
function
get_settings
(){
$CI
=
&
get_instance
();
$CI
=
&
get_instance
();
$query
=
$CI
->
db
->
where
(
'settings'
,
array
(
'id'
=>
'1'
))
->
row
();
$query
=
$CI
->
db
->
where
(
'settings'
,
array
(
'id'
=>
'1'
))
->
row
();
return
$query
return
$query
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment