06-25-2008, 02:00 AM
|
#3 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 254
Thanks: 39
|
Quote:
Originally Posted by delayedinsanity
A simple typo, you have
PHP Code:
class female extends female { // <--- see it?
// should be
class female extends human {
...
}
|
thanks, i saw that
|
|
|