Browse Source

Opps!

pull/70/head
Nigel Banks 13 years ago
parent
commit
e57a0f9a81
  1. 2
      api/fedora_item.inc

2
api/fedora_item.inc

@ -62,7 +62,7 @@ class Fedora_Item {
* Removes this object from the static list of $instantiated_pids * Removes this object from the static list of $instantiated_pids
*/ */
function forget() { function forget() {
unset(Fedora_Item::$instantiated_pids[$pid]); unset(Fedora_Item::$instantiated_pids[$this->pid]);
} }
/** /**

Loading…
Cancel
Save