Remove a merge conflict

remotes/origin/stable5
Tom Needham 13 years ago
parent a0452180b0
commit 182f890110
  1. 5
      lib/base.php

@ -268,7 +268,6 @@ class OC{
session_start();
}
<<<<<<< HEAD
public static function loadapp(){
if(file_exists(OC_App::getAppPath(OC::$REQUESTEDAPP) . '/index.php')){
require_once(OC_App::getAppPath(OC::$REQUESTEDAPP) . '/index.php');
@ -304,9 +303,7 @@ class OC{
}
public static function init(){
=======
public static function init() {
>>>>>>> master
// register autoloader
spl_autoload_register(array('OC','autoload'));
setlocale(LC_ALL, 'en_US.UTF-8');

Loading…
Cancel
Save