From 988fc255464606ee7d1dab36a35accc1275b6d9a Mon Sep 17 00:00:00 2001 From: mjollnir_ <mjollnir_> Date: Tue, 2 Sep 2008 16:37:37 +0000 Subject: [PATCH] MDL-14591 - added some debugging to something that isn't implemented to make sure it gets fixed later --- mod/data/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/data/lib.php b/mod/data/lib.php index d23af02cc1..e452cf1d4a 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -2577,6 +2577,7 @@ class data_portfolio_caller extends portfolio_module_caller_base { // meh, do something special // @todo penny extract the file and put it in the working directory // and write out the filename here. (files api) + debugging('FIXME: data module is exporting a field that needs updating to support new files api!'); $replacement[] = $field->display_browse_field($this->singlerecord->id, 'singletemplate'); } else { $replacement[] = $field->display_browse_field($this->singlerecord->id, 'singletemplate'); -- 2.39.5