diff options
author | Dmitry <dmitry@dhtmlx.com> | 2012-05-23 18:03:34 +0200 |
---|---|---|
committer | Dmitry <dmitry@dhtmlx.com> | 2012-05-23 18:03:34 +0200 |
commit | 7f2c80475b994ee2281db550a0d294dc6f99ac0c (patch) | |
tree | fa2dcb59afe5b3c1a3a2261207d08bacce35dae5 | |
parent | 4e0e9848fd20129ccf6514917ef9eb72f2aa11e5 (diff) | |
download | connector-php-7f2c80475b994ee2281db550a0d294dc6f99ac0c.zip connector-php-7f2c80475b994ee2281db550a0d294dc6f99ac0c.tar.gz connector-php-7f2c80475b994ee2281db550a0d294dc6f99ac0c.tar.bz2 |
fix crosslink connector requirements
-rw-r--r-- | codebase/crosslink_connector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/crosslink_connector.php b/codebase/crosslink_connector.php index 3bd2d2c..d6df689 100644 --- a/codebase/crosslink_connector.php +++ b/codebase/crosslink_connector.php @@ -3,7 +3,7 @@ @author dhtmlx.com @license GPL, see license.txt */ -require_once("crosslink_connector.php"); +require_once("data_connector.php"); class DelayedConnector extends Connector{ protected $init_flag=false;//!< used to prevent rendering while initialization |