Fix php warnings

pull/2487/head
jmontoyaa 9 years ago
parent 2f63ec3d80
commit 0c841c34e0
  1. 1
      main/inc/lib/api.lib.php

@ -663,6 +663,7 @@ function api_get_path($path = '', $configuration = [])
if (!empty($configuration) && array_key_exists('root_web', $configuration)) {
$root_web = $configuration['root_web'];
} else {
$root_web = '';
// Try guess it from server.
if (defined('SYSTEM_INSTALLATION') && SYSTEM_INSTALLATION) {
if (($pos = strpos(($requested_page_rel = api_get_self()), 'main/install')) !== false) {

Loading…
Cancel
Save