Quote:
Originally Posted by Mr basil
Here the original line:
Code:
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)
|
That's strange. In my vb4.2.2PL4 files, those lines looked like this:
Code:
protected function getLoadQuery($required_query, $force_rebuild = false)
but in any case you found a fix, and that one will take care of any other warnings that you might have.