Advertisement
freephile

Extension:Lingo fix OutputPage::getModuleStyles warning

Jan 22nd, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.90 KB | None | 0 0
  1. greg@eqt:/var/www/freephile.com/www/w/extensions/Lingo$ cat 0001-fix-OutputPage-getModuleStyles-warning.patch
  2. From 95833bd213a1822081199e28612880d9964d4a8e Mon Sep 17 00:00:00 2001
  3. From: Greg Rundlett <greg@eQuality-Tech.com>
  4. Date: Fri, 22 Jan 2016 12:26:10 -0500
  5. Subject: [PATCH] fix OutputPage::getModuleStyles warning
  6.  
  7. ---
  8. Lingo.php | 1 +
  9.  1 file changed, 1 insertion(+)
  10.  
  11. diff --git a/Lingo.php b/Lingo.php
  12. index f6465b0..0aadd6a 100644
  13. --- a/Lingo.php
  14. +++ b/Lingo.php
  15. @@ -96,6 +96,7 @@ call_user_func( function () {
  16.                         'ext.Lingo.Styles'  => array(
  17.                                         'localBasePath' => $dir,
  18.                                         'remoteExtPath' => 'Lingo',
  19. +                                       'position'      => 'top',
  20.                                         'styles'        => 'styles/Lingo.css',
  21.                         ),
  22.  
  23. --
  24. 1.9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement