Skip to content

Commit 1fe0c87

Browse files
committed
disable php support
1 parent 691a865 commit 1fe0c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/class/qxl/demobrowser/demo/table/RemoteTableModel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ qx.Class.define('qxl.demobrowser.demo.table.RemoteTableModel', {
3131

3232
construct : function() {
3333
this.base(arguments);
34+
this.__PHPSupported = false;
3435
this.setColumns(["Id","Text"],["id","text"]);
3536
},
3637

0 commit comments

Comments
 (0)