Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/2487/head
Yannick Warnier 9 years ago
commit a884ebd587
  1. 2
      main/inc/lib/api.lib.php

@ -696,6 +696,7 @@ function api_get_path($path = '', $configuration = [])
// Here we give up, so we don't touch anything.
}
}
}
if (isset($configuration['multiple_access_urls']) && $configuration['multiple_access_urls']) {
// To avoid that the api_get_access_url() function fails since global.inc.php also calls the main_api.lib.php
@ -709,7 +710,6 @@ function api_get_path($path = '', $configuration = [])
}
}
}
}
$paths = [];
// Initialise cache with default values.

Loading…
Cancel
Save