logmanoriginal 9d41c83c02 Remove nested function BastaExtractContent
This fixes error "Using $this when not in object context"

The nested function BastaExtractContent was attempting to access $this
even though the function is declared as nested function within a class
function and not as a class function itself. Thus BastaExtractContent
had no access to the object instance $this.
2016-08-02 11:24:24 +02:00
..
2016-06-26 12:23:13 +02:00
2016-07-30 18:19:36 +02:00
2016-07-17 14:39:14 +02:00
2016-07-26 21:19:39 +02:00