Merge "Show the revision list immediately on "umerge" log action links"
[lhc/web/wiklou.git] / includes / profiler / ProfilerSimpleTrace.php
index 8d7f11c..2a44494 100644 (file)
@@ -26,7 +26,7 @@
  * @todo document methods (?)
  * @ingroup Profiler
  */
-class ProfilerSimpleTrace extends Profiler {
+class ProfilerSimpleTrace extends ProfilerStandard {
        protected $trace = "Beginning trace: \n";
        protected $memory = 0;