Преглед изворни кода

[WebProfilerBundle] Fixed typo

Pascal Borreli пре 14 година
родитељ
комит
9960c86db9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

@@ -208,7 +208,7 @@ class ProfilerController extends ContainerAware
         $profiler = $this->container->get('profiler');
         $profiler = $this->container->get('profiler');
         $profiler->disable();
         $profiler->disable();
 
 
-        $pofiler = $profiler->loadFromToken($token);
+        $profiler = $profiler->loadFromToken($token);
 
 
         $ip    = $this->container->get('request')->query->get('ip');
         $ip    = $this->container->get('request')->query->get('ip');
         $url   = $this->container->get('request')->query->get('url');
         $url   = $this->container->get('request')->query->get('url');