Commit Graph

2 Commits

Author SHA1 Message Date
Dhiraj Kanchan
8b39e83e24 Fix if statement to use equal to operator instead of assignment operator. (#24522)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2019-01-03 09:52:05 -08:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30