aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/filestore.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 16:25:14 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 16:25:14 +0000
commit6656df551f205d4792773dcef3c889759ae04040 (patch)
treee31351df893038d86853a9f3638bfd75ab6ac77c /engine/lib/filestore.php
parenta8d4042f8268212104a094f1a1fd229fc219818b (diff)
downloadelgg-6656df551f205d4792773dcef3c889759ae04040.tar.gz
elgg-6656df551f205d4792773dcef3c889759ae04040.tar.bz2
Adjusted contributors file.
git-svn-id: https://code.elgg.org/elgg/trunk@1806 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/filestore.php')
-rw-r--r--engine/lib/filestore.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php
index e0fe07a98..e959d6c9e 100644
--- a/engine/lib/filestore.php
+++ b/engine/lib/filestore.php
@@ -7,7 +7,7 @@
* @package Elgg
* @subpackage API
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey
+ * @author Curverider Ltd
* @copyright Curverider Ltd 2008
* @link http://elgg.org/
*/
@@ -17,7 +17,7 @@
/**
* @class ElggFilestore
* This class defines the interface for all elgg data repositories.
- * @author Marcus Povey
+ * @author Curverider Ltd
*/
abstract class ElggFilestore
{
@@ -127,7 +127,7 @@
/**
* @class ElggDiskFilestore
* This class uses disk storage to save data.
- * @author Marcus Povey
+ * @author Curverider Ltd
*/
class ElggDiskFilestore extends ElggFilestore
{
@@ -312,7 +312,7 @@
* there are many occasions where you may want access to file data on datastores using the ElggFile interface
* but do not want to create an Entity reference to it in the system (temporary files for example).
*
- * @author Marcus Povey
+ * @author Curverider Ltd
*/
class ElggFile extends ElggObject
{