"removed forgotten comment, breaking the previous fix"

This commit is contained in:
Ralf Becker 2009-07-01 16:17:44 +00:00
parent 944bb3073c
commit 9a5c0f8d9c

View File

@ -163,7 +163,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
*
* @var string;
*/
static public $extra_columns = '';//',fs_link';
static public $extra_columns = ',fs_link';
/**
* This method is called immediately after your stream object is created.