Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
0
Star
1
Fork
7,352
Konstrukt
/
CodeIgniter
forked from
bcit-ci/CodeIgniter
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Remove extra new lines
Loading branch information
...
vkeranov
committed
Oct 27, 2012
1 parent
2b5b92e
commit
a5779d0a9ad598da8647e033ef8d88c3ac81fa02
Unified
Split
Showing
1 changed file
with
0 additions
and
1 deletion
.
+0
−1
system/core/CodeIgniter.php
Show comments
View
1
system/core/CodeIgniter.php
@@ -232,7 +232,6 @@ function &get_instance()
return
CI_Controller
::
get_instance();
}
-
if
(
file_exists
(
APPPATH
.
'
core/
'
.
$CFG
->
config
[
'
subclass_prefix
'
]
.
'
Controller.php
'
))
{
require
APPPATH
.
'
core/
'
.
$CFG
->
config
[
'
subclass_prefix
'
]
.
'
Controller.php
'
;
Toggle all file notes
0 comments on commit
a5779d0
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
a5779d0