Permalink
Browse files
Remove now unnecessary jimports().
- Loading branch information...
Showing
with
0 additions
and
2 deletions.
-
+0
−2
libraries/joomla/application/application.php
|
@@ -99,7 +99,6 @@ class JApplication extends JObject |
|
|
*/
|
|
|
public function __construct($config = array())
|
|
|
{
|
|
|
- jimport('joomla.utilities.utility');
|
|
|
jimport('joomla.error.profiler');
|
|
|
|
|
|
// Set the view name.
|
|
@@ -729,7 +728,6 @@ public function login($credentials, $options = array()) |
|
|
if (isset($options['remember']) && $options['remember'])
|
|
|
{
|
|
|
jimport('joomla.utilities.simplecrypt');
|
|
|
- jimport('joomla.utilities.utility');
|
|
|
|
|
|
// Create the encryption key, apply extra hardening using the user agent string.
|
|
|
$key = self::getHash(@$_SERVER['HTTP_USER_AGENT']);
|
|
|
0 comments on commit
8924083