mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
LSurlRequest: fix fatal error on logging
This commit is contained in:
parent
ac7e042c2a
commit
cb0106fda9
1 changed files with 2 additions and 1 deletions
|
@ -20,12 +20,13 @@
|
|||
|
||||
******************************************************************************/
|
||||
|
||||
LSsession :: loadLSclass('LSlog_staticLoggerClass');
|
||||
/**
|
||||
* URL request abstraction use by LSurl
|
||||
*
|
||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||
*/
|
||||
class LSurlRequest {
|
||||
class LSurlRequest extends LSlog_staticLoggerClass {
|
||||
|
||||
// The URL requested handler
|
||||
private $current_url = null;
|
||||
|
|
Loading…
Reference in a new issue