Skip to content

Commit fc95856

Browse files
committed
Merge pull request panique#43 from grigant12/patch-1
Update application.php
2 parents 1b331bb + 6d91b94 commit fc95856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libs/application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct()
2626
// create array with URL parts in $url
2727
$this->splitUrl();
2828

29-
// check for controller: does such an controller exist ?
29+
// check for controller: does such a controller exist ?
3030
if (file_exists('./application/controller/' . $this->url_controller . '.php')) {
3131

3232
// if so, then load this file and create this controller

0 commit comments

Comments
 (0)