diff options
Diffstat (limited to 'engine/lib')
| -rw-r--r-- | engine/lib/annotations.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 7e530eab9..8ad918180 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -105,7 +105,7 @@  		 *
  		 * @return string
  		 */
 -		public function getURL() { return get_annotation_url($this->guid); }
 +		public function getURL() { return get_annotation_url($this->id); }
  		// SYSTEM LOG INTERFACE ////////////////////////////////////////////////////////////
 @@ -859,7 +859,7 @@  		if ($extender = get_annotation($id)) {
  			return get_extender_url($extender);	
 -		} 
 +		}
  		return false;
  	}
  | 
