Browse Source

No need to add "require_once" composer already "knows" that class

Julio Montoya 12 years ago
parent
commit
e1f89f4915
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/exercice/overview.php

+ 0 - 1
main/exercice/overview.php

@@ -133,7 +133,6 @@ $table_content = '';
 
 /* Make a special case for IE, which doesn't seem to be able to handle the
  * results popup -> send it to the full results page */
-require_once api_get_path(LIBRARY_PATH).'browser/Browser.php';
 $browser = new Browser();
 $current_browser = $browser->getBrowser();
 $url_suffix = '';