diff options
| author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-09 16:38:22 +0000 | 
|---|---|---|
| committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-09 16:38:22 +0000 | 
| commit | 1cdfbf3122ee28047f5f6409cf1c0d6b3ce8902a (patch) | |
| tree | 7a6226615867f9598a2b0f09ce9ff772810a5350 /engine/lib/entities.php | |
| parent | b5f8554d32f0ab1a1f0fe34688694cc75539e729 (diff) | |
| download | elgg-1cdfbf3122ee28047f5f6409cf1c0d6b3ce8902a.tar.gz elgg-1cdfbf3122ee28047f5f6409cf1c0d6b3ce8902a.tar.bz2  | |
git-svn-id: https://code.elgg.org/elgg/trunk@840 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
| -rw-r--r-- | engine/lib/entities.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 6fc8f2acc..cf0e544b6 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -468,7 +468,7 @@  				// Increment the portion counter  				$this->attributes['tables_loaded'] ++; -				echo "LOADED::: " . $this->attributes['tables_loaded'];	 +				  				// Cache object handle  				if ($this->attributes['guid']) cache_entity($this);   | 
