Skip to content

Commit

Permalink
Fix for this error:
Browse files Browse the repository at this point in the history
Fatal error: Call to a member function createElement() on a non-object in /var/www/kohana/modules/sitemap/classes/kohana/sitemap/video.php on line 293
  • Loading branch information
omarev committed Jun 21, 2012
1 parent 6f6f37f commit 9aa2610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/sitemap/video.php
Expand Up @@ -279,7 +279,7 @@ public function create()
/**
* Small recursive function to add attributes to the document.
*/
$append_attributes = function($attributes) use ($video)
$append_attributes = function($attributes) use ($video, $document)
{
foreach($attributes as $name => $value)
{
Expand Down

0 comments on commit 9aa2610

Please sign in to comment.